home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- if not pc() then
- if the shiftDown then
- halt()
- end if
- end if
- if not pc() then
- if the colorDepth > 8 then
- set the media of member "background" to the media of member "background16bit"
- set the media of member "exploringText" to the media of member "exploringText16bit"
- set the media of member "aeroText" to the media of member "aeroText16bit"
- end if
- end if
- preLoad(marker(2))
- set the visible of sprite 4 to 0
- end
-
- on stopMovieScript
- end
-